home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / idle / autolog-.000 / autolog- / autolog-0.31 / autolog.conf < prev    next >
Text File  |  1995-08-12  |  914b  |  19 lines

  1. # Enter a regular expression for the username, group and tty line.
  2. # All three expressions must be matched before the rest of the line will 
  3. # be applied to any process.  If the process has been idle (or connected)
  4. # more than "idle" minutes, autolog will attempt to kill the process.  If 
  5. # idle=0, the process is exempt.  If "nowarn" is asserted, the user will 
  6. # not be warned that it is about to be killed.   After "grace" seconds, 
  7. # autolog will attempt to kill the process.  If "mail" is asserted, mail 
  8. # will be sent to the user telling how his process met its end.  If "hard" 
  9. # is asserted, the process will be killed after "idle" minutes
  10. # of total session time (rather than idle time).
  11.  
  12. name=root line=tty[1-7] idle=0
  13. name=guest idle=5 grace=60 nomail hard
  14. name=ppp-.* line=ttyS2 idle=0
  15. line=pty.* idle=30 grace=30 nomail nolog
  16. group=games idle=10 grace=60
  17. group=lynx.* idle=10 grace=60 clear
  18. idle=60
  19.